home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl2 / answers / README < prev   
Encoding:
Text File  |  1996-11-11  |  844 b   |  22 lines

  1. OpenGL Programming 2 Course Sample Answers
  2.  
  3. This software will only compile/run on a >= 5.3 Irix system
  4. with gl_dev and x_dev products loaded.
  5.  
  6. This subtree contains a sample solution to the laboratory 
  7. exercises in the OpenGL Programming 2 class.
  8.  
  9. * superfly
  10.  
  11.     This program lets user "fly" through a simple virtual world.
  12.     Input controls enable toggling autopilot, alpha blending, cycle
  13.     thru clipping plane modes, debug mode (print coords), fog,
  14.     display raster image, toggling polygon offsetting, drawing
  15.     surface normals, toggling multisampling, reset eye position,
  16.     selection culling, and texture mapping, as well as MOUSE
  17.     buttons to move the eyepoint, pick a shape and SPACE bar to
  18.     cycle wireframe/ flat shaded/smooth shaded.
  19.  
  20.     This program is an enhanced version of the fly program.  It is
  21.     one of many possible solutions to the labs.
  22.